home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-25 | 422 b | 15 lines | [TEXT/MPS ] |
- // Copyright: © 1993 Apple Computer, Inc. All rights reserved.
- // Author: Victor J. Hnyp (extensions)
- // Date: 04-Jan-93
-
- // 2.01 01/04/93 VJH Changed Copyright Notice
-
- typedef struct
- {
- long selector; // What context check do we want to perform within given module
- } ContextSelector, *ContextSelectorPtr;
-
-
- pascal OSErr
- main(ContextSelectorPtr msg, Size inSize, void* outMessage, Size* outSize, Handle startGlobals);
-